home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 004a / pcg001.zip / PCGUITAR.DOC < prev    next >
Text File  |  1991-08-03  |  59KB  |  1,403 lines

  1.                                    PC-GUITAR
  2.  
  3.                         Copyright 1991, M. Lee Murrah,
  4.  
  5.                          10 Cottage Grove Woods, S.E.
  6.                             Cedar Rapids, IA 52403
  7.                                  319-365-6530
  8.  
  9.  
  10.                                    Ver. 0.01
  11.  
  12.                                     8-3-91
  13.  
  14.  
  15.  
  16.  
  17.                              I. Introduction
  18.  
  19.  
  20.          A. General
  21.  
  22.               PC-GUITAR is a PC program to help the user learn basic
  23.          chords and notes on the guitar.
  24.  
  25.          PC-GUITAR is written in Turbo Pascal 5.5.
  26.  
  27.          B. Equipment Requirements
  28.  
  29.          PC-GUITAR will run on an IBM-PC or compatible having 256K of
  30.          random access memory (it may run on less, but not guarantees)
  31.          and a color graphics adapter (CGA).  A Microsoft-compatible
  32.          mouse is also supported.
  33.  
  34.  
  35.                                II. Music Theory
  36.  
  37.  
  38.          A.  Notes
  39.  
  40.              1. General
  41.  
  42.                 Music is comprised of notes, which are tones each
  43.          having a specified pitch, or frequency.  In a stringed
  44.          instrument such as a guitar, a string vibrates back and forth
  45.          (or up and down) when plucked. The rate at which which the string
  46.          vibrates depends upon the length and tension of the string.  The
  47.          number of complete back-and-forth movements of a string along its
  48.          entire length in one second is called its fundamental frequency.
  49.          Strings also vibrate at higher frequencies in portions of a
  50.          string.  These are called "harmonics", and they give an instrument
  51.          its distinct sound. However, harmonics are not important to the
  52.          basic concepts to be discussed in this document.
  53.  
  54.               When a guitar string is "tuned", the tuning pegs are
  55.          turned and the string thus tightened until the string has
  56.          the proper pitch corresponding to a note in the Western music
  57.          scale.  The frets are positioned on the guitar fingerboard, or
  58.          neck, at positions which will also produce notes in the Western
  59.          music scale when the string is plucked as the string is pressed
  60.          against the fret.
  61.  
  62.              2. Writing Music
  63.  
  64.                 Notes are written on a series of horizontal lines,
  65.          together called a staff.  There are two basic staffs, the
  66.          treble and the bass.  Guitar music is written using only the
  67.          treble staff as follows:
  68.  
  69.  
  70.                                       -A-
  71.                                          G
  72.                                     ---F---
  73.                                          E
  74.                                     ---D---
  75.                                          C
  76.                                     ---B---
  77.                                          A
  78.                                     ---G---
  79.                                          F
  80.                                     ---E---
  81.                                          D
  82.                                       -C-
  83.                                          B
  84.                                       -A-
  85.                                          G
  86.                                       -F-
  87.                                          E
  88.  
  89.  
  90.          B.  Musical Scales
  91.  
  92.              1.  Scales in General
  93.  
  94.               Scales are collections of related notes ordered by pitch
  95.          which sound good together.  The sound pitches that are
  96.          defined as "notes" and the number and placement of notes in a
  97.          scale is cultural. Oriental music sounds "off-key" to
  98.          westerners because it uses a different music scale.  To
  99.          oriental cultures their scale sounds "good" while ours sounds
  100.          "off-key" to them. African-derived blues music has out of
  101.          key "blue notes" which do not sound out of key to African
  102.          ears because the blue notes are part of African music scales.
  103.  
  104.              2.  The Chromatic Scale
  105.  
  106.               The Western musical scale is comprised of 12 pitches, or
  107.          notes, which span a frequency range of 2:1 (an octave).  The
  108.          note with the highest pitch in an octave has a frequency
  109.          which is twice the frequency of the note with the lowest
  110.          pitch in the octave. The notes are located within the scale
  111.          such that each note has a frequency of 1.0594630944 times the
  112.          frequency of the next lower pitched note in the scale.
  113.  
  114.               The twelve notes are organized into 7 "natural" notes
  115.          and 5 "sharp" notes.  Sharp notes have a slightly higher
  116.          frequency, or pitch, than natural notes.  On a piano the
  117.          natural notes are played on the white keys, and sharp notes
  118.          are played on the black keys. Notes are assigned letters A
  119.          through G, and sharps are indicated by adding the "#" symbol
  120.          to the letter designation as follows:
  121.  
  122.                          C,C#,D,D#,E,F,F#,G,G#,A,A#,B
  123.  
  124.          Note that two of the natural notes, E and B, do not have
  125.          sharp notes associated with them.
  126.  
  127.               Any sharp note can also be designated as a "flat" by
  128.          adding the "b" symbol to the letter designation.  For
  129.          example, C# can is the same note as Db.  Flat notes have a
  130.          slightly lower pitch than natural notes.  The scale above
  131.          with flats is a follows:
  132.  
  133.                          C,Db,D,Eb,E,F,Gb,G,Ab,A,Bb,B
  134.  
  135.               Notes at the same relative position in each octave are
  136.          given the same letter name, and any note in an octave always
  137.          has twice the frequency as the same note in the adjacent
  138.          lower pitched octave and 1/2 the frequency of the same note
  139.          in the adjacent higher pitched octave.  Thus the names of the
  140.          notes in the scale repeat as you move up or down in pitch,
  141.          and the scale shown above could be rearranged as follows:
  142.  
  143.                          D,D#,E,F,F#,G,G#,A,A#,B,C,C#
  144.  
  145.  
  146.               This "D" scale is named for its first note, and any
  147.          other scale can be named and written in like manner.  There
  148.          are thus 12 major possible scales in the chromatic basic
  149.          scale, each named for a note in the scale, depending upon
  150.          the starting note.
  151.  
  152.               In the chromatic scale, "middle C", which is in the
  153.          center of a piano keyboard, is tuned to a frequency of 130.8
  154.          cycles per second.  In other words, middle C which is located
  155.          at the third fret on the 5th string from the bottom of the
  156.          guitar fingerboard vibrates up and down 130.8 times per
  157.          second.
  158.  
  159.              3. The Major Scale
  160.  
  161.               For psycnology and acculturation reasons some notes in
  162.          the chromatic scale sound better together than others. These
  163.          notes are grouped and played together in "major scales". Each
  164.          major scale starts with the note letter after which it is
  165.          named and contains 7 notes selected from the
  166.          1st,3rd,5th,6th,8th,10th, and 12th notes in the chromatic
  167.          scale. Thus, the "C major" scale is derived as follows"
  168.  
  169.                          C,C#,D,D#,E,F,F#,G,G#,A,A#,B
  170.                          -    -    - -    -    -    -
  171.                          1    3    5 6    8    10   12
  172.  
  173.          and contains the following notes: C,D,E,F,G,A, and B.  Note
  174.          that the "C major" scale contains no sharp (or flat) notes.
  175.          It is the only scale without sharps or flats.
  176.  
  177.              4. Musical Keys
  178.  
  179.               As with the basic chromatic scale there are 12 major
  180.          keys depending upon the starting note in the scale.  The
  181.          scale shown in the previous section is the "C" major scale.
  182.          The "C" major scale is also known as the "key of C major".
  183.  
  184.               The key of "D major" is derived similarly as follows:
  185.  
  186.  
  187.                          D,D#,E,F,F#,G,G#,A,A#,B,C,C#
  188.                          -    -   -  -    -    -   -
  189.                          1    3   5  6    8    10  12
  190.  
  191.          and contains the following notes: D,E,F#,G,A,B,C#.
  192.          Note that due to the irregular occurrence of sharps in the
  193.          scale, each key has a different number of sharps (or flats
  194.          depending upon how how you look at it).  "D major" contains
  195.          two sharps.
  196.  
  197.  
  198.              5. The Pentatonic Scale
  199.  
  200.               The pentatonic scale is a special subset of the major
  201.          scale which contains all the notes in the major scale except
  202.          the 4th and 7th notes.  The misssing notes correspond to the
  203.          6th and 10 notes in the chromatic scale, and thus the
  204.          pentatonic scale includes notes 1,3,5,8 and 10 from the
  205.          chromatic scale.  To reduce confusion all subsequent rankings
  206.          will be made in reference to the chromatic scale. The
  207.          pentatonic scale in C is constructed as follows:
  208.  
  209.                                  C,D,E,F,G,A,B
  210.                                  - - -   - -
  211.                                  1 3 5   8 10
  212.  
  213.          The pentatonic scale is a simplified scale often used in folk
  214.          and blues music.  Any two notes in the pentatonic scale
  215.          played in succession sound melodic.  This is not necessarily
  216.          the case in the full major scale.
  217.  
  218.              6. The Bluegrass Scale
  219.  
  220.               This scale is often called the "blues" scale, but it is
  221.          commonly used in both country and and bluegrass music.
  222.          Another type of scale is now commonly called the blues scale,
  223.          and thus I call this scale the bluegrass scale since I use
  224.          the term "blues" scale for the other scale as described
  225.          below. The bluegrass scale uses the 5 notes in the pentatonic
  226.          scale plus a "blue note" comprising the flattened 5th note
  227.          (same as sharpened 3rd note) in the major scale. The blue
  228.          note is often called a "passing" note since it usually is
  229.          used only in passing from one note in the scale to another
  230.          and never as an ending note.  The bluegrass scale in the key
  231.          of G, which is a very common key in bluegrass music, is as
  232.          follows:
  233.  
  234.                          G,G#,A,A#,B,C,C#,D,D#,E,F,F#
  235.                          -    - -  -      -    -
  236.                          1    3 5b 5      8    10
  237.  
  238.          Sometimes the flattened 8th note (in the key of G, C#) is
  239.          also used as a blue note.
  240.  
  241.              7. The Blues Scale
  242.  
  243.               The blues scale is a pentatonic scale consisting of the
  244.          1st, 4th, and 5th notes of the major scale plus the flattened
  245.          3rd and 7th notes of the major scale.  This translates into
  246.          notes 1,4,6,8 and 11 from the major scale as follows:
  247.  
  248.                          E,F,F#,G,G#,A,A#,B,C,C#,D,D#
  249.                          -      -    -    -      -
  250.                          1      4    6    8      11
  251.  
  252.  
  253.  
  254.          D. Chords
  255.  
  256.             1. General
  257.  
  258.               Some notes in a key sound good when played at the same
  259.          time (this is called "harmony").  When 3 or more such notes
  260.          are played simultaneously, they are called a "chord".  Chords
  261.          are given letter names in the same manner as notes.  A chord
  262.          is named after the dominant, or "root", note in chord.  Thus,
  263.          a "C" chord contains the note "C" plus at least two other
  264.          notes which harmonize with it.
  265.  
  266.             2. Types of Chords
  267.  
  268.               There are two types of chords, open and barre, which are
  269.          based upon how they are formed.
  270.  
  271.                a. Open Chords
  272.  
  273.               Open chords are the most common types of chords and are
  274.          formed using the full length of the strings.  Thus, open
  275.          chords are usually fingered near the end of the guitar
  276.          fingerboard and unfingered stings are played "open".
  277.  
  278.                b. Barre Chords
  279.  
  280.               Barre chords are formed by moving open chord shapes up
  281.          the fingerboard.  In order to preserve the relationship
  282.          between the fingered notes and the formerly open string
  283.          notes, a finger, or barre, is placed across the neck in the
  284.          same relative position as the end of the guitar strings in
  285.          open chords.
  286.  
  287.               For each fret the barred chord is moved up the neck, the
  288.          chord sounds a chord which is one letter higher in pitch.
  289.          For example, if the E chord shape is played with a barre one
  290.          fret up the fingerboard, the F chord is formed.  In fact, if
  291.          you closely observe the open F chord, you will find that it
  292.          is actually a truncated barre chord using the E chord shape.
  293.  
  294.             3. Chord Keys
  295.  
  296.               Like notes chords are grouped into keys based upon the
  297.          dominant note in the dominant chord.  The key of "C" thus
  298.          contains the C,D,E,F,G,A,and B chords, and the key of "D"
  299.          contains the D,E,F#,G,A,B,and C# chords.
  300.  
  301.               Depending upon the notes used to make up a chord, it
  302.          may be called minor (e.g., "Dm"), flat (e.g., "Bb"), seventh
  303.          (e.g., "G7" and "C#7"), etc.
  304.  
  305.             4. Chord Numbers
  306.  
  307.               Chords in a key are given a Roman numeral depending
  308.          upon its position in the key.  The chords in the key of "C"
  309.  
  310.          are numbered as follows:
  311.  
  312.                              C D  E   F  G A  B
  313.                              - -- --- -- - -- ---
  314.                              I II III IV V VI VII
  315.  
  316.          Similarly, in the key of D, they are numbered as follows:
  317.  
  318.  
  319.                              D E  F#  G  A B  C#
  320.                              - -- --- -  - -- ---
  321.                              I II III IV V VI VII
  322.  
  323.               As the two preceding examples indicate, Roman numeral
  324.          are usually used to represent the chord position number.
  325.  
  326.               Usually the II,III, and VI chords are played as minor
  327.          chords, and the V chord is played as a seventh chord.  Thus,
  328.          the key of "C" would have the following chords:
  329.  
  330.                              C Dm Em F G7 Am B
  331.  
  332.          and the key of D would have the following:
  333.  
  334.                              D Em F#m G A7 Bm C#
  335.  
  336.              5. Chord Progressions
  337.  
  338.               When chords are used in a song, certain chords tend to
  339.          follow others in a fixed "proression".  A very common
  340.          progression is the I-IV-V progression.  In the key of "C"
  341.          this progression would use the C,F, and G7. chords.  In the
  342.          key of "D", it would use the D,G, and A7 chords.  Another
  343.          common progression is the ragtime progrression which follows
  344.          the I-VI-II-V chord sequence.  In the key of "C" this
  345.          progression would use the C, Am, Em, and G7 chords.
  346.  
  347.          E. Music
  348.  
  349.             1. Bars (Measures)
  350.  
  351.               Music is created when notes and/or chords are played
  352.          together in sequence.  In written music notes and chords are
  353.          collected into groups called "bars", or in more formal
  354.          language called "measures".  A bar or measure is the
  355.          collection of notes or chords between vertical lines
  356.          (technically this is a bar, but the space between two bars is
  357.          also informally called a bar) crossing the horizontal lines.
  358.  
  359.             2. Beat and Tempo
  360.  
  361.               Notes and chords are played relative to regular time
  362.          scale called a "beat".  The frequency with which the beat
  363.          repeats is called the "tempo".
  364.  
  365.  
  366.             3. Note Duration
  367.  
  368.               When notes and chords are played some are sounded
  369.          longer than others.  Notes are divided into whole notes, half
  370.          notes, quarter notes, eighth notes, and so on.  As the names
  371.          indicate, the duration of a half note is one-half of a whole
  372.          note, for example.  Much guitar music uses quarter notes.
  373.  
  374.             4. Time Signature
  375.  
  376.               The beats and duration of the notes grouped together in
  377.          a bar is called the time signature. Three very common time
  378.          signatures are "4/4 time" (common time), a bar of which
  379.          contains 4 beats, and "3/4 time" (waltz time), a bar of which
  380.          contains 3 beats, and "2/4 time" (march time), a bar of which
  381.          contains 2 beats.  The second number means that each quarter
  382.          note is given 1 beat.  Thus, a half note would be given 2
  383.          beats, and a whole note 4 beats.  Much guitar music uses 4/4
  384.          time.
  385.  
  386.             5. Emphasis
  387.  
  388.               Some notes and chords in a measure are given more
  389.          emphasis than others.  In 4/4 time the first and third notes
  390.          or chords are given a heavy emphasis and the second and
  391.          fourth notes are given a light emphasis.  In 3/4 time the
  392.          first note or chord is given heavy emphasis, and the second
  393.          and third notes are given light emphasis.
  394.  
  395.  
  396.  
  397.                          III. Basic Guitar Information
  398.  
  399.          A. Parts of a Guitar
  400.  
  401.               A guitar consists of three basic parts: the body which
  402.          amplifies the sound (acoustic only -- electrics usually have
  403.          a solid body and use a pickup with amplifier) and over which
  404.          strings are plucked or strummed, the fingerboard ("neck")
  405.          where the fingers are used to select notes, and the tuning
  406.          head where tuning pegs are used to tension the strings to
  407.          change the tone of the strings.
  408.  
  409.               Guitars come in both 6 string and 12 string varieties.
  410.          However, a 12 string guitar has 6 pairs of strings, each pair
  411.          of which is tuned to the same note.  This document assumes a
  412.          6 string guitar, but the principles are the same.
  413.  
  414.               The fingerboard has 6 strings and either 12 or 14 frets
  415.          on the fingerboard itself.  The guitar body also has several
  416.          frets that are made accessible with cutaways on some guitars.
  417.  
  418.          B. Notes on a Guitar
  419.  
  420.               The notes through the first five frets on a guitar
  421.          "fingerboard" are shown in the diagram below.  Notes can, of
  422.          course, be played at other frets on the guitar, but for the
  423.          sake of simplicity only the "primary" playing area is shown
  424.          in the diagram. The diagram is oriented with the guitar
  425.          body to the right, tuning pegs to the left, and the fatter
  426.          strings at the bottom, as if the player were holding the
  427.          guitar in the normal playing position and looking down at the
  428.          fingerboard. The frets are numbered 1-5, and the "nut", which
  429.          is essentially the fret at the end of the string, is labelled
  430.          as "fret 0".  At the left the strings are numbered from
  431.          bottom to top as will be used in PC-GUITAR.
  432.  
  433.  
  434.  
  435.                                   (Bottom of Neck)
  436.  
  437.             0   1   2   3   4   5   6   7   8   9   10  11  12
  438.           +E+-F-+-F#+-G-+-G#+-A-+-A#+-B-+-C-+-C#+-D-+-D#+-E-+--- (1)
  439.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  440.           +B+-C-+-C#+-D-+-D#+-E-+-F-+-F#+-G-+-G#+-A-+-A#+-B-+--- (2)
  441.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  442.           +G+-G#+-A-+-A#+-B-+-C-+-C#+-D-+-D#+-E-+-F-+-F#+-G-+--- (3)
  443.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  444.           +D+=D#+=E=+=F=+=F#+=G=+=G#+=A=+=A#+=B=+=C=+=C#+=D=+=== (4)
  445.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  446.           +A+=A#+=B=+=C=+=C#+=D=+=D#+=E=+=F=+=F#+=G=+=G#+=A=+=== (5)
  447.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  448.           +E+=F=+=F#+=G=+=G#+=A=+=A#+=B=+=C=+=C#+=D=+=D#+=E=+=== (6)
  449.  
  450.        ^   ^^   ^   ^   ^   ^   ^                             ^       ^
  451.        |   ||   |   |   |   |   |                             |       |
  452.        |   ||   +---+---+---+---+--(etc.)-->   Pick and       |       |
  453.        |   ||             |                    Strum Display -+       |
  454.        |   |+- Nut       Frets                                        |
  455.        |   |                                            Guitar Body --+
  456.        |   + Open Notes
  457.        |
  458.        |
  459.        |
  460.        +-- Tuning Pegs
  461.  
  462.                               Guitar Fingerboard
  463.  
  464.  
  465.               If a string is played without fretting ("open"), then
  466.          the open notes shown at the left end of the strings are
  467.          produced.
  468.  
  469.               The notes on a guitar form an orderly pattern in
  470.          accordance with the 12 note chromatic scale discussed above.
  471.          Each note in the chromatic scale is associated with a fret on
  472.          the fingerboard.  The twelfth fret plays a note which is one
  473.          octave higher than the open string.
  474.  
  475.               The notes on each string continue their orderly pattern
  476.          beyond the 5th fret, but the guitar is normally tuned such
  477.          that the same notes are positioned vertically on the 6
  478.          strings for easy reach without excessive hand motion.  As a
  479.          result of this tuning method, the note at the 5th fret (4th
  480.          fret on string 3) is the same as the note sounded by the next
  481.          higher pitched (lower-numbered) open string.  This is the
  482.          basis for the relative tuning method which will be discussed
  483.          later in this document. With only a few exceptions all the
  484.          notes shown above can be played at other locations on the
  485.          fingerboard.
  486.  
  487.  
  488.          C. Picking and Strumming
  489.  
  490.             1. "Pick" and "Strum"
  491.  
  492.                "Pick" means to pluck a single string, while "strum"
  493.          means to quickly brush across several strings.  A note is
  494.          picked, but a chord is strummed.
  495.  
  496.             2. Basic Strum
  497.  
  498.                The basic strum consists of a downward stroke across
  499.          the active strings for a chord.  Those marked with an "X" are
  500.          not strummed.
  501.  
  502.               A common variation on the basic strum is to immediately
  503.          brush back across the strings in an upward stroke.  Both
  504.          downward and upward strokes are done within a single beat.
  505.  
  506.             3. Pick-Strum Combination
  507.  
  508.                The pick-strum style, which is common to country and
  509.          bluegrass styles, involves picking a bass note on the first
  510.          beat and strumming the treble (bottom three) strings on the
  511.          second beat.  This creates a characteristic "boom-chuck"
  512.          sound.
  513.  
  514.                A common variation on the pick-strum style is to draw
  515.          the pick back upwardly across one or more of the treble
  516.          strings after the downstroke. This creates a characteristic
  517.          "boom-chuck-a" sound commonly heard in the bluegrass style.
  518.  
  519.                Another variation is to play an alternating bass note
  520.          on every other bass beat.
  521.  
  522.          D. Special Playing Techniques
  523.  
  524.             A guitarist can achieve special effects by using any one
  525.          of several special techniques:
  526.  
  527.             1. Hammer-ons
  528.  
  529.                Shortly after playing a note the guitarist presses a
  530.          higher note on the vibrating string.  If this is done quickly
  531.          enough the string continues to vibrate at a higher pitch.
  532.  
  533.             2. Pull-offs
  534.  
  535.                The pull-off is the opposite of the hammer-on.  After
  536.          playing a note the guitarist pull his finger off the fret and
  537.          quickly frets a lower note.
  538.  
  539.  
  540.             3. String Bending
  541.  
  542.                The guitarist frets and plays a note and then pushes the
  543.          string laterally across the fret.  This increases the tension
  544.          in the string and causes the pitch of the note to be changed.
  545.          The string can also be reverse bent by pressing it laterally
  546.          before plucking the string and then releasing it. String
  547.          bending is fundamental to blues and rock guitar and is
  548.          responsible for the screaming notes in those musical styles.
  549.  
  550.             4. Slides
  551.  
  552.                After playing a note the guitarist quickly slides his
  553.          finger to another fret.  Alternately, the guitarist can use a
  554.          metal or glass slide to achieve the whining sound of a steel
  555.          or Hawaiian guitar.
  556.  
  557.  
  558.  
  559.                          IV. PC-GUITAR Basic Features
  560.  
  561.  
  562.          A. Display Screen Layout
  563.  
  564.               The PC-GUITAR display screen is divided into several
  565.          display areas from top to bottom as follows:
  566.  
  567.             1. The Message (Top) Line
  568.  
  569.                The topmost line of the screen displays the PC-GUITAR
  570.          program version on the left, the current program function in
  571.          the middle of the line and exit/control key information on
  572.          the right.
  573.  
  574.             2. Fingerboard
  575.  
  576.                The fingerboard area consists of a simulation of the
  577.          first twelve frets of a guitar fingerboard with the higher
  578.          pitched (thinner) strings on top and the lower (thicker)
  579.          strings on the bottom.
  580.  
  581.             3. Menu Area
  582.  
  583.                The area below the fingerboard is used for menus and
  584.          information display.
  585.  
  586.             4. Status (Bottom) Line
  587.  
  588.                The bottommost line of the screen displays the current
  589.          status of several program parameters.  In quiz functions, the
  590.          right portion of the status line displays scoring
  591.          information.
  592.  
  593.          B. The Guitar Fingerboard
  594.  
  595.             1. Layout
  596.  
  597.                 As shown in the following illustration, PC-GUITAR
  598.          displays the six strings and the first 12 frets on a standard
  599.          guitar.  The strings are numbered 1 through 6 from the bottom
  600.          of the fingerboard to the top.  The frets are numbered 1
  601.          through 12 from the end of the guitar neck toward the guitar
  602.          body. The "nut" is given the fret number 0 since playing an
  603.          open string can be viewed as fretting the 0th fret.
  604.  
  605.  
  606.  
  607.                                   (Bottom of Neck)
  608.  
  609.             0   1   2   3   4   5   6   7   8   9   10  11  12
  610.           +-+---+---+---+---+---+---+---+---+---+---+---+---+--- (1)
  611.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  612.           +-+---+---+---+---+---+---+---+---+---+---+---+---+--- (2)
  613.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  614.           +-+---+---+---+---+---+---+---+---+---+---+---+---+--- (3)
  615.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  616.           +-+===+===+===+===+===+===+===+===+===+===+===+===+=== (4)
  617.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  618.           +-+===+===+===+===+===+===+===+===+===+===+===+===+=== (5)
  619.           | |   |   |   |   |   |   |   |   |   |   |   |   |
  620.           +-+===+===+===+===+===+===+===+===+===+===+===+===+=== (6)
  621.  
  622.        ^ ^ ^^   ^   ^   ^   ^   ^                             ^       ^
  623.        | | ||   |   |   |   |   |                             |       |
  624.        | | ||   +---+---+---+---+--(etc.)-->   Pick and       |       |
  625.        | | ||             |                    Strum Display -+       |
  626.        | | |+- Nut       Frets                                        |
  627.        | | |                                            Guitar Body --+
  628.        | | + String Status Display
  629.        | |
  630.        | +-- Finger Numbers
  631.        |
  632.        +-- Tuning Pegs
  633.  
  634.                              PC-GUITAR Fingerboard
  635.  
  636.             2. String Size
  637.  
  638.               Strings 4-6 are represented with double lines to
  639.          indicate that they are the larger diameter bass strings.  The
  640.          smaller diameter treble strings 1-3 are represented by single
  641.          lines.
  642.  
  643.             3. Fingerboard Displays
  644.  
  645.                i.   Fretting Symbols
  646.  
  647.               The locations at which a string should be pressed with the
  648.          finger is indicated by a fretting symbol to the left of the
  649.          correct fret.  The fretting symbol is normally a solid
  650.          rectangle, but the actual notes corresponding to the the fret
  651.          positions can be displayed by pressing ALT-F or selecting
  652.          SYMBOL from the menu when available.  In some functions a "o"
  653.          is used to represent a secondary note in a scale.
  654.  
  655.                ii. Strum and Pick Symbol
  656.  
  657.               When strings are to be strummed or picked, this is
  658.          indicated by displaying triangular symbols in the strum
  659.          display area on the affected strings.  For the alternating
  660.          pick-strum style, the order in which the bass strings should
  661.  
  662.          be picked is indicated by the numberals "1" and "2" just to
  663.          the right of the pick symbols on the appropriate strings in
  664.          the strum display area.
  665.  
  666.                iii.  String Status
  667.  
  668.                The status of strings which are not fretted is shown in
  669.          the string status area at the left end of the fingerboard.  If
  670.          the string is not to be played, an "X" is displayed in that
  671.          area on the string affected. Similarly, strings which are to
  672.          be played "open", i.e., unfretted, are indicate with an "O"
  673.          in the string status area.
  674.  
  675.          C. The Status Line
  676.  
  677.              The bottommost line of the screen displays the current
  678.          status of several program parameters from left to right as
  679.          follows:
  680.  
  681.             1. Normal Display
  682.  
  683.                a. Current Musical Key ("KEY")
  684.  
  685.                   The key may be set to any one of the twelve keys: C,
  686.          Db, D, Eb, E, F, F#, G, Ab, A, Bb, and B.
  687.  
  688.                b. Current Scale ("SCALE")
  689.  
  690.                   The scale type may be set to either of the
  691.          following:
  692.  
  693.                   i.   Chromatic - all the notes in the Western music
  694.          scale.
  695.  
  696.                   ii.  Major - 7 notes from the chromatic scale. This
  697.          scale is also called the "diantonic".
  698.  
  699.                   iii. Pentatonic - The major scale without the 4th
  700.          and 7th notes.  This is a very melodic scale which serves as
  701.          the basis for most folk music of European and African origins.
  702.  
  703.                   iv.  Bluegrass - Pentatonic scale with an extra blue
  704.          note.  This scale is also called the blues scale, but it is
  705.          often used in bluegrass and country music, and that the term
  706.          "bluegrass" is used to distinguish it from a more common
  707.          "blues" scale.
  708.  
  709.                   v.   Blues - An altered pentatonic scale often used
  710.          in blues.
  711.  
  712.               The scale type is set with the ALT-S key combination.
  713.  
  714.  
  715.                c. Active Chords ("ACTIVE CHORDS")
  716.  
  717.               There are literally hundreds of chords, but you will use
  718.          only a few of them. PC-GUITAR displays the following sets of
  719.          chords:
  720.  
  721.                     i.   A basic set of chords
  722.  
  723.                     ii.  Barre chords based upon the A, C, E and G
  724.          chord shapes.
  725.  
  726.                     iii. Chord sets in the keys of A, B, C, D, E, F and
  727.  
  728.                     iv.  All the chords in the PC-GUITAR database.
  729.  
  730.          The currently active set can be changed using the ALT-A key
  731.          combination.
  732.  
  733.                d. Finger Symbol ("SYMBOL")
  734.  
  735.               This indicates whether the rectanglar or the actual note
  736.          is used as the finger symbol on the fingerboard.  This is
  737.          toggled using the ALT-F key combination.
  738.  
  739.             2. Quiz Display
  740.  
  741.                In quiz functions the right half of the status line is
  742.          converted to a scoring display showing the number of right
  743.          answers ("Right"), number of wrong answers ("Wrong"), number
  744.          of correct answers in a row ("Row"), and the percentage
  745.          correct answers ("Pct").
  746.  
  747.          D. Music Display Symbols
  748.  
  749.             When used with a note the following symbols have the
  750.          indicated meanings:
  751.  
  752.                              # - sharp  e.g. "F#"
  753.                              b - flat   e.g. "Bb"
  754.                              m - minor  e.g. "Am"
  755.  
  756.          E. Chords Supported by PC-GUITAR
  757.  
  758.             There are literally hundreds of guitar chords, but the
  759.          average guitarist uses only a few dozen.  PC-GUITAR supports
  760.          all the chords in the seven major keys, barre chords based
  761.          upon the A,D,E, and G shapes, plus several other commonly
  762.          used chords.
  763.  
  764.  
  765.  
  766.                               IV. Basic Operation
  767.  
  768.  
  769.          A. Running PC-GUITAR
  770.  
  771.             1. Installation
  772.  
  773.                The CONFIG.SYS file must be edited to authorize 20 open
  774.          files.  This can be done by using an editor or word processor
  775.          (text mode) to add the following line to the CONFIG.SYS file:
  776.  
  777.                                    FILES=20
  778.  
  779.             2. Program Startup
  780.  
  781.                To run PC-GUITAR, enter the following at the DOS
  782.          command prompt:
  783.  
  784.                                     PCGUITAR
  785.  
  786.          followed by a RETURN or ENTER.  When the title screen appears,
  787.          press any key when indicated to proceed to the main menu.
  788.  
  789.          B. Program Control
  790.  
  791.             1. Menu Selections
  792.  
  793.                PC-GUITAR is organized around a series of menus.  To
  794.          begin any function shown on a menu, simply press the key
  795.          indicated on the menu.
  796.  
  797.                PC-GUITAR uses a point-and-shoot menu system.  A
  798.          highlight bar may be moved from one selection to another with
  799.          a mouse or the arrow keys.  The highlighted item can be
  800.          selected with either the ENTER key or the left mouse button.
  801.          Items can also be selected by pressing the key corresponding
  802.          to the menu item selector in most functions.
  803.  
  804.               Menus are usually divided into two types of selctions.
  805.          The main selections are in capital and lower case letters,
  806.          and program control functions are indicated by all capital
  807.          letters.  The program control functions include KEY (musical
  808.          key selection), SYMBOL (fingering symbol used on fingerboard),
  809.          SET (select chord set), HELP and QUIT.
  810.  
  811.             2. Mouse Support
  812.  
  813.               PC-GUITAR supports a Microsoft-compatible, two-button
  814.          mouse.  The left mouse button corresponds to the ENTER key
  815.          on the keyboard, and the right mouse button corresponds to
  816.          the ESC key.  If a mouse is not available, the ENTER and ESC
  817.          keys can be used for the left and right buttons,
  818.          respectively, and the arrow keys perform the horizontal and
  819.          vertical movements of the mouse.
  820.  
  821.  
  822.             3. Screen Control Keys
  823.  
  824.               The following ALT key combinations are available at any
  825.          menu:
  826.  
  827.                ALT-A  - Select the active chord set
  828.                ALT-F  - Select the fingering symbol
  829.                ALT-K  - Select the active key
  830.                ALT-S  - Select the active scale
  831.  
  832.               Movement of the cursor bar within menus and some
  833.          functions which point directly to the PC-GUITAR fingerboard
  834.          is controlled with the arrow keys.  The HOME key moves to the
  835.          first selection, and the END key to the last selection.  The
  836.          ESC key selects the QUIT option in any menu.
  837.  
  838.             4. Exiting PC-GUITAR Functions
  839.  
  840.                All functions in PC-GUITAR may be exited or aborted
  841.          using the ESC key or right mouse button.
  842.  
  843.          C. Music Parameters
  844.  
  845.               Several music parameters can be selected in the various
  846.          menus when relevant to the operation of the selected program
  847.          function.  Not all parameters are available in every function.
  848.  
  849.             1. Key
  850.  
  851.               When you desire to change musical key, choose the KEY
  852.          selection from the menu.  Each time KEY is selected, the
  853.          "Key" indicator on the status line moves through the 12 keys
  854.          one at a time.  The key can also be changed using the ALT-K
  855.          key combination at any menu.
  856.  
  857.             2. Chord Set
  858.  
  859.               In the chord functions, the user can select any one of
  860.          several chord sets by choosing SET from the menu. These
  861.          include all the chords supported by PC-GUITAR, the basic
  862.          chords needed to play most simple music, and the 6 chords in
  863.          the 12 keys.  The chordset can also be selected using the
  864.          ALT-A key combination.
  865.  
  866.             3. Fingering Symbol
  867.  
  868.               The user can select either a block symbol or the note
  869.          name to indicate the fingerboard fingering locations.  The
  870.          fingering symbol can also be toggled using the ALT-F key
  871.          combination.
  872.  
  873.  
  874.          D. Help
  875.  
  876.             A. Main Help
  877.  
  878.               The main help screen can be shown by pressing the ALT-H
  879.          key combination.
  880.  
  881.             B. Specific Help
  882.  
  883.               Help screens specific to a function can be invoked by
  884.          selecting the HELP option when presented in a menu.
  885.  
  886.  
  887.          E. Exiting PC-GUITAR
  888.  
  889.               Any function in PC-GUITAR can be exited using either the
  890.          ESC key or the right mouse button, or by selecting the QUIT
  891.          menu selection.
  892.  
  893.  
  894.  
  895.                              V. Program Functions
  896.  
  897.  
  898.          A. Main Menu
  899.  
  900.             The main menu presents the four basic functions of
  901.          PC-GUITAR as follows:
  902.  
  903.  
  904.                            +-----------------------+
  905.                            |                       |
  906.                            | 1 - Tune    4 - Music |
  907.                            | 2 - Chords  5 - QUIT  |
  908.                            | 3 - Notes             |
  909.                            |                       |
  910.                            +-----------------------+
  911.  
  912.          B. Tuning the Guitar
  913.  
  914.             The tune function displays the following menu:
  915.  
  916.  
  917.                        +------------------------------+
  918.                        |                              |
  919.                        |  1 -  E    4 -  D   7 - HELP |
  920.                        |  2 -  B    5 -  A   8 - QUIT |
  921.                        |  3 -  G    6 -  E            |
  922.                        |                              |
  923.                        +------------------------------+
  924.  
  925.  
  926.               The numbers correspond to the strings numbers 1-6 from
  927.          the bottom of the fingerboard to the top.  To tune a string,
  928.          press the number corresponding to the desired string.
  929.          PC-GUITAR produces a tone via the PC's speaker, and you
  930.          should adjust the tuning peg for the string until the string
  931.          has the same pitch as the speaker tone.  The tone may be
  932.          turned off with the DEL key.
  933.  
  934.               PC-GUITAR also indicates the frets to be pressed and the
  935.          strings to be picked for relative tuning. In other words when
  936.          the indicated two strings are fretted as shown (one is always
  937.          played "open") and are picked as indicated, both strings
  938.          should have the same tone if they are in tune.
  939.  
  940.  
  941.          C. Learning Chords
  942.  
  943.             1. Chords Menu
  944.  
  945.                The learn chord function displays the following menu
  946.          selections:
  947.  
  948.                     +------------------------------------+
  949.                     |                                    |
  950.                     | 1 - Display Chords 3 - Play Chords |
  951.                     | 2 - Chord Quiz     4 - QUIT        |
  952.                     |                                    |
  953.                     +------------------------------------+
  954.  
  955.             2. Displaying Chords
  956.  
  957.                a.  Chord Display
  958.  
  959.               The first selection displays an active chord chosen from
  960.          the menu window.
  961.  
  962.                For each chord the follwoing infomation is displayed:
  963.  
  964.                - The chord fingering pattern.
  965.  
  966.                - The strings that are to be played open ('O' is
  967.                  displayed in the string status area at the left of
  968.                  the fingerboard).
  969.  
  970.                - The strings that are not to be played ('X' is
  971.                  displayed in the string status area at the left of
  972.                  the fingerboard).
  973.  
  974.                - The strings to be strummed as shown by the triangular
  975.                  pick symbol in the play area of the fingerboard.
  976.  
  977.                - The primary and secondary string to be picked in the
  978.                  pick and strum methods as shown by the numbers "1"
  979.                  and "2" in the play area of the fingerboard.
  980.  
  981.               Each chord is displayed a note at a time and each note
  982.          is sounded briefly via the PC speaker.
  983.  
  984.                b.  Changing Chord Sets
  985.  
  986.               A new chord set can chosen by selecting SET from the
  987.          chord menu and pointing to the desired set using the arrow
  988.          keys or a mouse.
  989.  
  990.             3. Taking a Chord Quiz
  991.  
  992.               The chord quiz tests your knowledge of the various
  993.          active chords. When PC-GUITAR displays a chord fingering
  994.          pattern on the fingerboard, you should enter the appropriate
  995.  
  996.          chord selection from the menu display.  A cumulative score is
  997.          shown on the status line.  A new chord set can be chosen in
  998.          the same way as in the display function above.
  999.  
  1000.             4. Playing Chords
  1001.  
  1002.               This function permits the common I-IV-V chord
  1003.          progression to be played in several common keys.
  1004.  
  1005.          D. Learning Notes
  1006.  
  1007.             1. Notes Menu
  1008.  
  1009.                The learn notes function displays the following menu
  1010.          selections:
  1011.  
  1012.                    +--------------------------------------+
  1013.                    |                                      |
  1014.                    | 1 - Play Notes    3 - Display Scales |
  1015.                    | 2 - Record Notes  4 - QUIT           |
  1016.                    |                                      |
  1017.                    +--------------------------------------+
  1018.  
  1019.             2. Playing Notes
  1020.  
  1021.                The play notes function displays the following menu
  1022.          selections:
  1023.  
  1024.  
  1025.                         +-----------------------------+
  1026.                         |                             |
  1027.                         | 1 - Fingerboard  4 - SYMBOL |
  1028.                         | 2 - SCALE        5 - QUIT   |
  1029.                         | 3 - KEY                     |
  1030.                         |                             |
  1031.                         +-----------------------------+
  1032.  
  1033.               To individually play the notes on strings 1-6 at frets
  1034.          0-12, select "Fingerboard".  Simply move the finger symbol to
  1035.          the desired string and fret and press ENTER or the left mouse
  1036.          button.  The sound automatically ceases when the finger
  1037.          symbol is moved.  The sound can also be stopped using the DEL
  1038.          key.  To exit to the menu, press ESC or the right mouse
  1039.          button.
  1040.  
  1041.               The type of scale may be changed using the SCALE
  1042.          selection (also ALT-S), the key using the KEY selection
  1043.          (also ALT-K) and the symbol used to display fingerings can
  1044.          be changed using the SYMBOL selection (also ALT-F).
  1045.  
  1046.  
  1047.             3. Recording Notes
  1048.  
  1049.               The record notes function is very similar to the Play
  1050.          Notes function and displays the following menu:
  1051.  
  1052.                 +---------------------------------------------+
  1053.                 |                                             |
  1054.                 | 1 - Fingerboard  4 - Memory XXX  7 - KEY    |
  1055.                 | 2 - Play         5 - Erase       8 - SYMBOL |
  1056.                 | 3 - Timing XXX   6 - Scale                  |
  1057.                 |                                             |
  1058.                 +---------------------------------------------+
  1059.  
  1060.               When the memory is activated with the Memory XXX
  1061.          selection, up to 10 notes played on the fingerboard, which is
  1062.          accessed with the "Fingerboard" selection, are recorded.
  1063.          These may be played back using the "Play" selection.  The
  1064.          ON/OFF status the memory is incated directly in the menu. If
  1065.          you would like to give different time values to each note,
  1066.          then choose "Timing " and play the notes one at a time by
  1067.          pressing any any key.  The ON/OFF status the "Timing"
  1068.          selection is incated directly in the menu. The timing pattern
  1069.          will be added to memory, and the new timing pattern will be
  1070.          used the next time "Play" is selected.  To erase the memory,
  1071.          select "Erase".
  1072.  
  1073.             4. Displaying Scales
  1074.  
  1075.  
  1076.               PC-GUITAR displays the fingerings for five scales as
  1077.          follows:
  1078.  
  1079.                               Chromatic Scale
  1080.                               Major Scale
  1081.                               Pentatonic Scale
  1082.                               Bluegrass Scale
  1083.                               Blues Scale
  1084.  
  1085.          The root note, the "blue" note and other notes in the scale
  1086.          are indicated in colors shown by choosing the HELP selection.
  1087.          Common passing notes not in the scale are shown with the "o"
  1088.          symbol.
  1089.  
  1090.          Scales and keys can be changed by choosing the appropriate
  1091.          menu selection.
  1092.  
  1093.          E. Music Theory
  1094.  
  1095.             1. Music Menu
  1096.  
  1097.                The music selection provides several music-related
  1098.          functions which may be selected from the following menu:
  1099.  
  1100.  
  1101.                         +-----------------------------+
  1102.                         |                             |
  1103.                         | 1 - Notes     4 - Metronome |
  1104.                         | 2 - Intervals 5 - QUIT      |
  1105.                         | 3 - Compose                 |
  1106.                         |                             |
  1107.                         +-----------------------------+
  1108.  
  1109.             2. The Treble Staff Display
  1110.  
  1111.               The music theory selection displays a treble music staff
  1112.          showing all notes on the guitar fretboard through the 5th
  1113.          fret on the first string.  Most of the various music
  1114.          functions display notes or note names on the staff.
  1115.  
  1116.             3. Learning to Read and Hear Notes
  1117.  
  1118.                a. Notes Menu
  1119.  
  1120.                   Selection "1" from the music menu displays the
  1121.          following notes menu:
  1122.  
  1123.                           +-------------------------+
  1124.                           |                         |
  1125.                           | 1 - Show All  5 - ERASE |
  1126.                           | 2 - Scale     6 - KEY   |
  1127.                           | 3 - Pitches   7 - QUIT  |
  1128.                           | 4 - Read                |
  1129.                           |                         |
  1130.                           +-------------------------+
  1131.  
  1132.                   Selection "5" erases the staff, and selection "6"
  1133.          changes the key.
  1134.  
  1135.                b. Displaying Notes
  1136.  
  1137.               All the notes in the currently selected scale may be
  1138.          displayed on the treble staff with selection "1".
  1139.  
  1140.                c. Sound and Display Scale Notes
  1141.  
  1142.                   The notes on the staff in the currently selected
  1143.          key are displayed and sounded one at a time with selection
  1144.          "2".
  1145.  
  1146.                d. Hear Pitch Differences
  1147.  
  1148.                   Selection "3" from the notes menu sounds two
  1149.          different notes from the currently selected key and displays
  1150.  
  1151.          the following menu:
  1152.  
  1153.                           +-------------------------+
  1154.                           |                         |
  1155.                           | 1 - Higher  4 - DISPLAY |
  1156.                           | 2 - Lower   5 - QUIT    |
  1157.                           | 3 - REPEAT              |
  1158.                           |                         |
  1159.                           +-------------------------+
  1160.                           |                         |
  1161.                           +-------------------------+
  1162.  
  1163.          The user is asked to enter a "1" if the second note has a
  1164.          higher pitch than the first and a "2" if the second note has
  1165.          a lower pitch.  Selection "3" repeats the two notes, and
  1166.          selection "4" displays both notes on the treble staff.
  1167.  
  1168.                e. Read Notes
  1169.  
  1170.                   Selection "4" in the notes menu displays the
  1171.          following menu:
  1172.  
  1173.  
  1174.                          +--------------------------+
  1175.                          |                          |
  1176.                          | 1 - C   4 - F   7 - B    |
  1177.                          | 2 - D   5 - G   8 - KEY  |
  1178.                          | 3 - E   6 - A   9 - QUIT |
  1179.                          |                          |
  1180.                          +--------------------------+
  1181.  
  1182.          A note from the currently selected key is sounded and
  1183.          displayed on the staff. The user is asked to enter the
  1184.          selection corresponding to the note.  The key can be changed
  1185.          with selection "8".  A key change also changes the note
  1186.          selections displayed in the menu.
  1187.  
  1188.             3. Learing to Read and Hear Intervals
  1189.  
  1190.                a. Intervals Menu
  1191.  
  1192.                   Selection "2" from the music menu displays the
  1193.          following menu:
  1194.  
  1195.                           +------------------------+
  1196.                           |                        |
  1197.                           | 1 - Introduce 3 - Hear |
  1198.                           | 2 - Read      4 - QUIT |
  1199.                           |                        |
  1200.                           +------------------------+
  1201.  
  1202.  
  1203.               Selections "1"-"3" all ask for an interval to be
  1204.          selected from the following menu:
  1205.  
  1206.  
  1207.  
  1208.                     +------------------------------------+
  1209.                     |                                    |
  1210.                     | 1 - Second  4 - Fifth   7 - Eighth |
  1211.                     | 2 - Third   5 - Sixth   8 - Random |
  1212.                     | 3 - Fourth  6 - Seventh 9 - QUIT   |
  1213.                     |                                    |
  1214.                     +------------------------------------+
  1215.                     |                                    |
  1216.                     +------------------------------------+
  1217.  
  1218.  
  1219.          Selection "8" is active only in selection "1".
  1220.  
  1221.                b. Introducing Intervals
  1222.  
  1223.                   With the "1" selection, the user is introduced to
  1224.          the sound of second through eighth (octave) intervals by
  1225.          selecting "1"-"7" from the menu.  A random interval can be
  1226.          selected with an "8" from the menu.  Each interval displays a
  1227.          memory aid in the lower box area.  These are ususally
  1228.          fragments from the start of familiar tunes.  The words that
  1229.          contain the interval are shown in all capital letters.  For
  1230.          example, a third is illustrated by the tune from "Mary had a
  1231.          little lamb".  The first note of the interval is "Ma" from
  1232.          "Mary" and the second note is "had".  In other words the
  1233.          musical distance from "Ma" to "had" is a third interval.
  1234.  
  1235.               Since the direction of the intervals is selected at
  1236.          random, the tune will in some cases be reversed from that
  1237.          shown in the related tune.
  1238.  
  1239.                c. Reading Intervals
  1240.  
  1241.                   The "2" selection sounds two notes of an interval
  1242.          and displays them on the treble staff.  The user is asked to
  1243.          enter the selection "1"="7" which identifies the interval.  A
  1244.          cumulative score is displayed on the lower status line.
  1245.  
  1246.                d. Hearing Intervals
  1247.  
  1248.                   The "3" selection is like the "2" selection except
  1249.          that notes are not displayed on the treble staff.
  1250.  
  1251.             4. Compose Music
  1252.  
  1253.                Selection "3" from the music menu permits the user to
  1254.          compose and play his own selections or enter and play a tune
  1255.          from sheet music.  The compose selection displays the
  1256.  
  1257.          following menu:
  1258.  
  1259.                   +----------------------------------------+
  1260.                   |                                        |
  1261.                   | 1 - Staff       4 - Erase     7 - QUIT |
  1262.                   | 2 - Rhythm OFF  5 - Files              |
  1263.                   | 3 - Play OFF    6 - SETTINGS           |
  1264.                   |                                        |
  1265.                   +----------------------------------------+
  1266.                   |                                        |
  1267.                   | (Sheet Area)                           |
  1268.                   |                                        |
  1269.                   |                                        |
  1270.                   +----------------------------------------+
  1271.  
  1272.  
  1273.                a. Entering Notes
  1274.  
  1275.                   Notes can be entered into the sheet area from the treble
  1276.          staff and played using selection "1".  To select a note either
  1277.          press the up or down arrow keys or move an active mouse up or
  1278.          down.  To enter the note onto the sheet area at the cursor ("."),
  1279.          either press RETURN on the keyboard or the left mouse button.
  1280.  
  1281.                   Previously selected notes can be played by moving the
  1282.          cursor left or right using the right and left arrow keys.  The
  1283.          HOME key moves the cursor to the beginning of the music, and END
  1284.          moves it to the end.  The up and down arrow keys are active only
  1285.          when the cursor is at the end of the line or when the INS key is
  1286.          used.  The note at the cursor can be deleted using the DEL key.
  1287.          The sound can be turned on and off with the SPACE bar.
  1288.  
  1289.                b. Loading Previously-Saved Music
  1290.  
  1291.                   To load music previously created using the compose
  1292.          function, use selection "5", which displays the following files
  1293.          menu:
  1294.  
  1295.                           +------------------------------+
  1296.                           |                              |
  1297.                           | 1 - Load File  3 - Directory |
  1298.                           | 2 - Save File  4 - Quit      |
  1299.                           |                              |
  1300.                           +------------------------------+
  1301.                           |                              |
  1302.                           | (Sheet Area)                 |
  1303.                           |                              |
  1304.                           |                              |
  1305.                           +------------------------------+
  1306.  
  1307.  
  1308.          Enter selection "1" and enter a valid file name when prompted. A
  1309.          directory may be displayed using selection "3".
  1310.  
  1311.  
  1312.                c. Playing Notes
  1313.  
  1314.                   Notes entered using selection "1" or loaded from
  1315.          disk using selection "5" may be played using selection "3".
  1316.          While playing, the menu will indicate "Play ON"; and as each
  1317.          note is played, the period cursor (".") indicates the current
  1318.          note.
  1319.  
  1320.                d. Setting Rhythm
  1321.  
  1322.                   When notes are entered, they are all given the same
  1323.          time value.  To provide different time values for the notes,
  1324.          enter selection "2".  When "Rhythn ON" appears in the menu,
  1325.          you can play the notes sequentially by pressing the ALT key,
  1326.          which you can think of as a one key piano. The time that the
  1327.          ALT key is depressed and the time until the next note is
  1328.          played are stored.  The next time selection "e" is chosen,
  1329.          the tune stored will be played using the stored times.
  1330.  
  1331.                e. Saving Tunes
  1332.  
  1333.                   Tunes may be saved to a disk file by presing the "5"
  1334.          selection and choosing the "2" selction from the files menu.
  1335.          Enter a filename when prompted.
  1336.  
  1337.                h. Changing Keys and Transposing
  1338.  
  1339.                i. Erasing a Tune
  1340.  
  1341.                   A tune may be erased from memory with selection "4".
  1342.  
  1343.                j. Changing Settings
  1344.  
  1345.             5. Metronome
  1346.  
  1347.               The "metronome" appears in a window and sounds clicks
  1348.          in accordance with the time signature and tempo (BPM= beats
  1349.          per minute) shown in the lower right box area in the the
  1350.          window. The number of the beat is shown in the box area
  1351.          directly under the metronome needle.  The following function
  1352.          keys are active during the metronome function:
  1353.  
  1354.  
  1355.                             F1 - Increase BPM by 1
  1356.                             F2 - Decrease BPM by 1
  1357.                             F3 - Increase BPM by 10
  1358.                             F4 - Decrease BPM by 10
  1359.                             F5 - Toggle between 4/4
  1360.                                  and 3/4 time
  1361.  
  1362.  
  1363.                      VI.  We Need Your Feedback and Help!
  1364.  
  1365.  
  1366.          A.  Feedback
  1367.  
  1368.               It is my goal that PC-GUITAR be absolutely the best
  1369.          guitar training program available anywhere, commercial or
  1370.          otherwise.  If it is not the best, I will endeavor to make it
  1371.          so.  To achieve this I NEED YOUR INPUT!  Please let me know
  1372.          what you like about PC-GUITAR, what you don't like about it,
  1373.          any bugs or cosmetic defects you have discovered, what you
  1374.          would like to see changed or added, etc.  If you have used
  1375.          another guitar program that you like better, tell me the name
  1376.          of the program and why you like it better. Please take the
  1377.          time to answer and return the questions in the registration
  1378.          form contained in the file FEEDBACK.FRM to me. If the
  1379.          registration form is inadequate, write me a letter. If a
  1380.          letter won't do the job, give me a call!
  1381.  
  1382.               Your help would be much appreciated.  Remember PC-GUITAR
  1383.          is for you!  So tell me what you want it to do for you.
  1384.          Please give me your constructively frank opinion.
  1385.  
  1386.          B.  Help Others Learn about PC-GUITAR
  1387.  
  1388.          If PC-GUITAR is helpful to you, you can help others learn
  1389.          about it in the following ways:
  1390.  
  1391.              1.  Give a copy to your friends.
  1392.  
  1393.              2.  Upload PC-GUITAR to your local computer bulletin
  1394.          board system.
  1395.  
  1396.              3.  Leave a message on your computer bulletin board
  1397.          recommending PC-GUITAR.
  1398.  
  1399.          C.  Correspondence with Author
  1400.  
  1401.          The author is happy to correspond by mail with users, but
  1402.          PLEASE send a SELF-ADDRESSED, STAMPED ENVELOPE!!!
  1403.